-
Notifications
You must be signed in to change notification settings - Fork 83
docs(presto): Add image of new Presto UI. #1540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
docs(presto): Add image of new Presto UI. #1540
Conversation
WalkthroughAdds Git LFS tracking entries for two PNG assets and inserts duplicated Figure 1 blocks into the Presto UI user guide describing UI components and usage notes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
⛔ Files ignored due to path filters (1)
docs/src/user-docs/clp-presto-ui.pngis excluded by!**/*.png
📒 Files selected for processing (1)
docs/src/user-docs/guides-using-presto.md(1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-08-25T16:27:50.549Z
Learnt from: davemarco
Repo: y-scope/clp PR: 1198
File: components/webui/server/src/plugins/app/Presto.ts:38-43
Timestamp: 2025-08-25T16:27:50.549Z
Learning: In the CLP webui Presto configuration, host and port are set via package settings (configurable), while user, catalog, and schema are set via environment variables (environment-specific). This mixed approach is intentional - settings are typically set by package and some values don't need to be package-configurable.
Applied to files:
docs/src/user-docs/guides-using-presto.md
🪛 markdownlint-cli2 (0.18.1)
docs/src/user-docs/guides-using-presto.md
201-201: Link fragments should be valid
(MD051, link-fragments)
212-212: Link fragments should be valid
(MD051, link-fragments)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: package-image
- GitHub Check: lint-check (ubuntu-24.04)
🔇 Additional comments (2)
docs/src/user-docs/guides-using-presto.md (2)
206-206: Specify the image directory path.Line 206 references
clp-presto-ui.pngwithout a directory prefix. Verify the image location and update the path accordingly (e.g.,./clp-presto-ui.pngif in the same directory, or a relative path to the assets folder).
201-240: No duplication found. The review comment's concern is unfounded.The verification confirms:
- The
(figure-1)=reference definition appears only once (line 203)- Two links to Figure 1 exist at lines 201 and 212, both pointing to the same single definition
- The image file
clp-presto-ui.pngexists at the correct locationHaving multiple references to a single figure definition is standard practice in documentation and is correct. The AI-generated summary mentioned in the original review comment mischaracterized the code structure.
Likely an incorrect or invalid review comment.
Description
This PR adds an annotated image of the new Presto UI, and adds text to explain the annotations.
Checklist
breaking change.
Validation performed
Built and served docs.
Summary by CodeRabbit
Documentation
Chores